home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / Kroy Demo / Kroy Sign Studio™ Demo / card_15146.txt < prev    next >
Encoding:
Text File  |  1988-12-01  |  3.3 KB  |  164 lines

  1. -- card: 15146 from stack: in
  2. -- bmap block id: 15525
  3. -- flags: 4000
  4. -- background id: 7352
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put card field "info" into textString
  9.   set the lockText of card field "info" to false
  10.   put empty into card field "info"
  11.   set lockScreen to false
  12.   show card field "info"
  13.   type tab
  14.   repeat with charNumber = 1 to the number of characters in textString
  15.     type char charNumber of textstring
  16.   end repeat
  17.   set the lockText of card field "info" to true
  18.   wait 2 seconds
  19.   hide card field "info"
  20. end openCard
  21.  
  22.  
  23. -- part 1 (button)
  24. -- low flags: 00
  25. -- high flags: 2004
  26. -- rect: left=144 top=314 right=342 bottom=185
  27. -- title width / last selected line: 0
  28. -- icon id / first selected line: 9301 / 9301
  29. -- text alignment: 1
  30. -- font id: 0
  31. -- text size: 12
  32. -- style flags: 0
  33. -- line height: 16
  34. -- part name: PREV
  35. ----- HyperTalk script -----
  36. on mouseUp
  37.   go prev
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 2 (button)
  43. -- low flags: 00
  44. -- high flags: 2004
  45. -- rect: left=249 top=314 right=342 bottom=290
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 1011 / 1011
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: HOME
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   go home
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 3 (button)
  62. -- low flags: 00
  63. -- high flags: 2004
  64. -- rect: left=354 top=314 right=342 bottom=395
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 27009 / 27009
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: NEXT
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   set lockScreen to true
  76.   go next
  77. end mouseUp
  78.  
  79.  
  80.  
  81. -- part 5 (button)
  82. -- low flags: 00
  83. -- high flags: 0000
  84. -- rect: left=31 top=23 right=315 bottom=511
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 0 / 0
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: next also
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   set lockScreen to true
  96.   go next
  97. end mouseUp
  98.  
  99.  
  100.  
  101.  
  102. -- part 6 (button)
  103. -- low flags: 00
  104. -- high flags: 0000
  105. -- rect: left=5 top=25 right=40 bottom=21
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 0 / 0
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: next also
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   go prev
  117. end mouseUp
  118.  
  119.  
  120.  
  121.  
  122. -- part 7 (button)
  123. -- low flags: 00
  124. -- high flags: 2004
  125. -- rect: left=19 top=315 right=342 bottom=59
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 32462 / 32462
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: New Button
  134. ----- HyperTalk script -----
  135. on mouseStillDown
  136.   show card field "info"
  137. end mouseStillDown
  138. on mouseUp
  139.   hide card field "info"
  140. end mouseUp
  141.  
  142.  
  143. -- part 9 (field)
  144. -- low flags: 80
  145. -- high flags: 0004
  146. -- rect: left=103 top=230 right=294 bottom=449
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 0 / 0
  149. -- text alignment: 0
  150. -- font id: 3
  151. -- text size: 12
  152. -- style flags: 16384
  153. -- line height: 14
  154. -- part name: Info
  155.  
  156.  
  157. -- part contents for card part 9
  158. ----- text -----
  159. When the yellow light on your printer is lit, feed a sheet of perforated card stock into it.
  160.  
  161. Click anywhere (except CANCEL)  to continue....
  162.  
  163.  
  164.